home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / ppp / dp-2.3 / access / free < prev    next >
Encoding:
Text File  |  1993-01-20  |  813 b   |  24 lines

  1. #
  2. # Options to allow only certain protocols, times of use, or specific machines.
  3. # These limit the conditions in order to initiate a call.
  4. #
  5. #protocols    tcp rdp udp icmp
  6. #monday        8 9 10 11 12 13 14 15 16 17 18
  7. #tuesday    8 9 10 11 12 13 14 15 16 17 18
  8. #allowto    192.31.242.1 192.31.242.2
  9. #disallowfrom    ww.xx.yy.zz
  10. #
  11. # Connection Timeouts
  12. #
  13. failedcall    25    # time to mark network as down after failed call
  14. callwait    50    # time to allow for call to go through
  15. #
  16. # Activity Timeouts
  17. #
  18. dial:inactivity        180    # time to let the connection sit idle
  19. dial:last_close        6    # fast timeout after last TCP close
  20. dial:non_tcp        10    # fast timeout for non-TCP traffic
  21. answer:inactivity    600    # time to let the connection sit idle
  22. answer:last_close    180    # fast timeout after last TCP close
  23. answer:non_tcp        180    # fast timeout for non-TCP traffic
  24.